From: Hannu Nyman Date: Tue, 6 Dec 2022 11:37:47 +0000 (+0200) Subject: luci-app-statistics: set shortest period data/graph to 2 hours X-Git-Url: http://git.openwrt.org/%22https:/collectd.org//%22/%22https:/collectd.org/%22?a=commitdiff_plain;h=3a047b13d49f5d100a9dafe7272a47211fbcd9d7;p=project%2Fluci.git luci-app-statistics: set shortest period data/graph to 2 hours Change the shortest defined statistics period from 1 hour to 2 hours. In practice, this only changes the graph for the shortest period to show 2 hours of data instead of 1 hour. The underlying database is not changed: there are currently 288 data items for each period, so with the 30 seconds default step, the shortest data series contains 288 x 0.5 min = 144 min > 2 hours of data. Signed-off-by: Hannu Nyman (cherry picked from commit 4b49b45641b34094bd3be8b34de026303dc70f4a) --- diff --git a/applications/luci-app-statistics/root/etc/config/luci_statistics b/applications/luci-app-statistics/root/etc/config/luci_statistics index 43d825bc95..603e038800 100644 --- a/applications/luci-app-statistics/root/etc/config/luci_statistics +++ b/applications/luci-app-statistics/root/etc/config/luci_statistics @@ -22,7 +22,7 @@ config statistics 'collectd_rrdtool' option DataDir '/tmp/rrd' option RRARows '288' option RRASingle '1' - option RRATimespans '1hour 1day 1week 1month 1year' + option RRATimespans '2hour 1day 1week 1month 1year' config statistics 'collectd_csv' option enable '0'